docs: Fix typos
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 Feb 2021 00:11:52 +0000 (00:11 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:31 +0000 (16:37 +0000)
gdk/gdkpopuplayout.c
gdk/gdktoplevellayout.c
gdk/gdktoplevelsize.c

index ccf815d0f10b73daf968bcfd3288fe48c175781f..f2d243ebd7696ab5ab385cbe25db3b89a86b952c 100644 (file)
@@ -26,7 +26,7 @@
  * GdkPopupLayout:
  *
  * The `GdkPopupLayout` struct contains information that is
- * necessary position a `GdkPopup` relaive to its parent.
+ * necessary position a [interface@Gdk.Popup] relative to its parent.
  *
  * The positioning requires a negotiation with the windowing system,
  * since it depends on external constraints, such as the position of
index a950710dd413c20f4e76145516aa3a7377102e97..3cc027bd61728433b20abd80e0e5b081ab29508e 100644 (file)
@@ -28,7 +28,8 @@
  * The `GdkToplevelLayout` struct contains information that
  * is necessary to present a sovereign window on screen.
  *
- * The `GdkToplevelLayout` gdk_toplevel_present().
+ * The `GdkToplevelLayout` struct is necessary for using
+ * [method@Gdk.Toplevel.present].
  *
  * Toplevel surfaces are sovereign windows that can be presented
  * to the user in various states (maximized, on all workspaces,
index 895b54033fcf3108ccc02062cb197766c5ffdb28..b7e3213559d220a0dabe5af1bccd3729bea4f3d3 100644 (file)
@@ -24,7 +24,7 @@
  * GdkToplevelSize:
  *
  * The `GdkToplevelSize` struct contains information that is useful
- * to compute the size of a toplevel size.
+ * to compute the size of a toplevel.
  */
 
 G_DEFINE_POINTER_TYPE (GdkToplevelSize, gdk_toplevel_size)